home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / apturl.schemas < prev    next >
Extensible Markup Language  |  2009-09-18  |  1KB  |  39 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.   <schemalist>
  4.     <schema>
  5.       <key>/schemas/desktop/gnome/url-handlers/apt/enabled</key>
  6.       <applyto>/desktop/gnome/url-handlers/apt/enabled</applyto>
  7.       <owner>apturl</owner>
  8.       <type>bool</type>
  9.       <default>true</default>
  10.       <locale name="C">
  11.         <short>Whether the specified command should handle "apt" URLs</short>
  12.         <long>True if the command specified in the "command" key should handle "apt" URLs.</long>
  13.       </locale>
  14.     </schema>
  15.     <schema>
  16.       <key>/schemas/desktop/gnome/url-handlers/apt/command</key>
  17.       <applyto>/desktop/gnome/url-handlers/apt/command</applyto>
  18.       <owner>apturl</owner>
  19.       <type>string</type>
  20.       <default>apturl "%s"</default>
  21.       <locale name="C">
  22.         <short>The handler for "apt" URLs</short>
  23.         <long>The command used to handle "apt" URLs, if enabled.</long>
  24.       </locale>
  25.     </schema>
  26.     <schema>
  27.       <key>/schemas/desktop/gnome/url-handlers/apt/needs_terminal</key>
  28.       <applyto>/desktop/gnome/url-handlers/apt/needs_terminal</applyto>
  29.       <owner>apturl</owner>
  30.       <type>bool</type>
  31.       <default>false</default>
  32.       <locale name="C">
  33.         <short>Run the command in a terminal</short>
  34.         <long>True if the command used to handle this type of URL should be run in a terminal.</long>
  35.       </locale>
  36.     </schema>
  37.   </schemalist>
  38. </gconfschemafile>
  39.